home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 August 15
/
CD [VMAG950815].bin
/
epson
/
print.dxr
/
00029.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-06-14
|
216 b
|
14 lines
on mouseDown
puppetSound("CLICK")
puppetSprite(10, 1)
set the castNum of sprite 10 to 24
if not rollOver(10) then
puppetSprite(10, 0)
end if
end
on mouseUp
puppetSprite(10, 0)
go(1, "MJ5000C")
end